home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / no < prev    next >
Text File  |  2005-01-13  |  5KB  |  120 lines

  1. // $Xorg: no,v 1.3 2000/08/17 19:54:43 cpqbld Exp $
  2.  
  3.  
  4.  
  5.  
  6. // $XFree86: xc/programs/xkbcomp/symbols/no,v 3.9 2001/01/17 23:45:59 dawes Exp $
  7.  
  8. partial alphanumeric_keys 
  9.  xkb_symbols "basic" {
  10.  
  11.      // Describes the differences between a very simple en_US
  12.     // keyboard and a Norwegian keyboard with dead key support
  13.     // and all of ISO-8859-1 characters available.
  14.  
  15.      name[Group1]= "Norwegian";
  16.  
  17.     key <TLDE> {    [             bar,         section      ],
  18.             [       brokenbar,       paragraph    ]};
  19.     key <LSGT> {    [         less,       greater    ],
  20.             [      onehalf,   threequarters    ]};
  21.     key <SPCE> {    [        space,         space    ],
  22.             [    nobreakspace,    nobreakspace    ]};
  23.     key <AE01> {    [               1,          exclam      ],
  24.             [      exclamdown,     onesuperior    ]};
  25.     key <AE02> {    [               2,        quotedbl      ],
  26.             [           at,     twosuperior    ]};
  27.     key <AE03> {    [                  3,    numbersign    ],
  28.             [     sterling,   threesuperior    ]};
  29.     key <AE04> {    [               4,        currency         ],
  30.             [       dollar,    onequarter    ]};
  31.     key <AE05> {    [               5,         percent         ],
  32.             [        NoSymbol,          cent    ]};
  33.     key <AE06> {    [               6,       ampersand         ],
  34.             [          yen,      NoSymbol    ]};
  35.     key <AE07> {    [               7,           slash         ],
  36.             [       braceleft,        division    ]};
  37.     key <AE08> {    [               8,       parenleft         ],
  38.             [     bracketleft,   guillemotleft    ]};
  39.     key <AE09> {    [               9,      parenright         ],
  40.             [    bracketright,  guillemotright    ]};
  41.     key <AE10> {    [               0,           equal         ],
  42.                         [      braceright,          degree      ]};
  43.     key <AB08> {    [           comma,       semicolon         ],
  44.             [    dead_cedilla,     dead_ogonek    ]};
  45.     key <AB09> {    [          period,           colon         ],
  46.             [  periodcentered,   dead_abovedot    ]};
  47.     key <AB03> {        [               c,               C      ],
  48.                         [       copyright,        NoSymbol      ]};
  49.     key <AB10> {    [           minus,      underscore         ],
  50.             [       hyphen,          macron    ]};
  51.     key <AC01> {        [               a,               A      ],
  52.                         [     ordfeminine,       masculine      ]};
  53.     key <AC03> {        [               d,               D      ],
  54.                         [             eth,             ETH      ]};
  55.     key <AD03> {        [               e,               E      ],
  56.                         [        EuroSign,            cent      ]};
  57.     key <AD04> {        [               r,               R      ],
  58.                         [      registered,        NoSymbol      ]};
  59.     key <AD05> {        [               t,               T      ],
  60.                         [           thorn,           THORN      ]};
  61.     key <AD08> {        [               i,               I      ],
  62.                         [        NoSymbol,        NoSymbol      ]};
  63.     key <AD09> {        [               o,               O      ],
  64.                         [              oe,              OE      ]};
  65.     key    <AC10> {    [       oslash,        Ooblique     ]}; 
  66.     key <AE11> {    [            plus,        question      ],
  67.             [       plusminus,    questiondown    ]};
  68.     key <AC11> {    [          ae,            AE    ]};
  69.     key <BKSL> {    [      apostrophe,        asterisk    ],
  70.                      [dead_doubleacute,        multiply      ]};
  71.     key <AD11> {    [        aring,           Aring     ]};
  72.     key <AE12> {       [       backslash,      dead_grave      ],
  73.                      [      dead_acute,         notsign      ]};
  74.     key <AD12> {       [  dead_diaeresis, dead_circumflex      ],
  75.                      [      dead_tilde,      dead_caron      ]};
  76.  
  77.  
  78.     // End alphanumeric section, begin "Keypad"
  79.     key <KPDL> {    [  KP_Delete,    KP_Separator    ]    };
  80.     // End "Keypad" section
  81.  
  82.     // begin modifier mappings
  83.     
  84.     modifier_map Shift  { Shift_L };
  85.     modifier_map Lock   { Caps_Lock };
  86.     modifier_map Control{ Control_L };
  87.     modifier_map Mod3   { Mode_switch };
  88. };
  89.  
  90. partial alphanumeric_keys 
  91. xkb_symbols "Sundeadkeys" {
  92.  
  93.     // For naming consistency
  94.  
  95.     include "no(basic)"
  96.  
  97. };
  98.  
  99. partial alphanumeric_keys 
  100. xkb_symbols "sundeadkeys" {
  101.  
  102.     // For naming consistency
  103.  
  104.     include "no(Sundeadkeys)"
  105.  
  106. };
  107.  
  108. partial alphanumeric_keys 
  109. xkb_symbols "nodeadkeys" {
  110.  
  111.     // Modifies the basic Norwegian layout to eliminate dead keys
  112.  
  113.     include "no(basic)"
  114.     key <AE12> {    [       backslash,           grave    ],
  115.             [        acute,          ogonek     ]    };
  116.     key <AD12> {    [       diaeresis,     asciicircum         ],    
  117.             [      asciitilde,          macron         ]          };
  118.  
  119. };
  120.